@import url('https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap');


@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.11.3/font/bootstrap-icons.min.css");


* { 
margin: 0; 
padding: 0; 
box-sizing: border-box; 
  font-family: "Outfit", sans-serif;
} 

body{
max-width: 100%; 
font-optical-sizing: auto;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
color: #262425;

}

.logo{
height: 50px;
}


nav .navbar-nav li a{
color: #1a1a1a !important;
}


nav .navbar-nav li a:hover{
color: #000 !important;
}


/* Responsive CSS Here */
@media screen and (max-width: 950px) {
.logo{
  height: 40px;
}
.hero-title{
  font-size: 20px;
}
}

.btn{
  border-radius: 0px;
}

.btn-1{
  background-color: #01a657;
  color: #000;
  transition: 0.4s;
}

.btn-1:hover{
  background-color: #01a657;
  color: #000;
}


.btn-2{
  background-color: #ffff34;
  color: #000;
  transition: 0.4s;
}

.btn-2:hover{
  background-color: #ffff34;
  color: #000;
}

.color-1{
  color: #01a657;
}

.color-2{
  color: #ffff34;
}

.color-3{
  color: #01a657;
}



.card{
  border-radius: 0px;
   border: solid 1px #F0F0F0;
   padding: 5x;
}


.border-1{
   border: solid 1px #F0F0F0;
}

.bg-warning{
  background-color: #FFD60A;
}

.form-control{
  border-radius: 0px;
  padding: 8px;
  border: solid 1px #F0F0F0;
}

.form-select{
  border-radius: 0px;
  padding: 8px;
  border: solid 1px #F0F0F0;
}


.badge{
  border-radius: 8px;
}


.alert{
  border-radius: 0px;
}





header { 
height: 70px; 
width: 100vw; 
padding: 0 30px; 
position: fixed; 
z-index: 1; 
display: flex; 
justify-content: space-between; 
align-items: center; 
background-color: #fff;
border-bottom: solid 1px #fafafa;
} 

.dashboard-logo{ 
height: 40px; 
} 

.icn { 
height: 30px; 
} 
.menuicn { 
cursor: pointer; 
transition: 0.4s;
} 


.menuicn:hover{

}

.searchbar, 
.message, 
.logosec { 
display: flex; 
align-items: center; 
justify-content: center; 
} 

.searchbar2 { 
display: none; 
} 

.logosec { 
gap: 130px; 
} 




.message { 
gap: 20px; 
position: relative; 
cursor: pointer; 
} 
.circle { 
height: 7px; 
width: 7px; 
position: absolute; 
background-color: transparent; 
border-radius: 50%; 
left: 19px; 
top: 8px; 
} 
.dp { 
height: 50px; 
width: 50px; 
background-color: transparent; 
border-radius: 50%; 
display: flex; 
align-items: center; 
justify-content: center; 
overflow: hidden; 
border: solid 3px #8bc53f;
} 
.main-container { 
display: flex; 
width: 100vw; 
position: relative; 
top: 70px; 

} 
.dpicn { 
height: 42px; 
} 

.main { 
height: calc(100vh - 70px); 
width: 100%; 
overflow-y: scroll; 
overflow-x: hidden; 
padding: 40px 30px 30px 30px; 
} 

.main::-webkit-scrollbar-thumb { 
background-image: 
linear-gradient(to bottom, rgb(0, 0, 85), rgb(0, 0, 50)); 
} 
.main::-webkit-scrollbar { 
width: 5px; 
} 
.main::-webkit-scrollbar-track { 
background-color: #9e9e9eb2; 
} 

.box-container { 
display: flex; 
justify-content: space-evenly; 
align-items: center; 
flex-wrap: wrap; 
gap: 50px; 
} 
.nav{ 
min-height: 91vh; 
width: 250px; 
position: absolute; 
top: 0px; 
left: 00; 
display: flex; 
flex-direction: column; 
justify-content: space-between; 
overflow: hidden; 
padding: 30px 0 20px 10px; 
} 
.navcontainer { 
height: calc(100vh - 70px); 
width: 300px; 
position: relative; 
overflow-y: scroll; 
overflow-x: hidden; 
transition: all 0.5s ease-in-out; 
border-right: solid 1px #fafafa;
background-color: #fff;
} 
.navcontainer::-webkit-scrollbar { 
display: none; 
} 
.navclose { 
width: 60px; 
} 
.nav-option { 
width: 100%; 
height: 50px; 
display: flex; 
align-items: center; 
padding: 0 30px 0 20px; 
gap: 5px; 
transition: all 0.4s ease-in-out; 
text-decoration: none;
color: #2c3e50;
background-color: #fff;
} 


.nav-option:hover { 
cursor: pointer; 
color: #000;
background-color: #E9FFBD;
} 


.nav-option.active {
    background: #01a657;
    font-weight: 600;
}





.nav-img { 
height: 10px; 
} 

.nav-upper-options { 
display: flex; 
flex-direction: column; 
align-items: center; 
gap: 0px; 
} 

.option1 { 
cursor: pointer; 
border: none;
} 
.option1:hover { 

} 




.box { 
height: 130px; 
width: 230px; 
border-radius: 20px; 
box-shadow: 3px 3px 10px rgba(0, 30, 87, 0.751); 
padding: 20px; 
display: flex; 
align-items: center; 
justify-content: space-around; 
cursor: pointer; 
transition: transform 0.3s ease-in-out; 
} 
.box:hover { 
transform: scale(1.08); 
} 

.box:nth-child(1) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(2) { 
background-color: var(--two-use-color); 
} 
.box:nth-child(3) { 
background-color: var(--one-use-color); 
} 
.box:nth-child(4) { 
background-color: var(--two-use-color); 
} 

.box img { 
height: 50px; 
} 
.box .text { 
color: white; 
} 
.topic { 
font-size: 13px; 
font-weight: 400; 
letter-spacing: 1px; 
} 

.topic-heading { 
font-size: 30px; 
letter-spacing: 3px; 
} 

.report-container { 
min-height: 300px; 
max-width: 1200px; 
margin: 70px auto 0px auto; 
background-color: #ffffff; 
border-radius: 30px; 
box-shadow: 3px 3px 10px rgb(188, 188, 188); 
padding: 0px 20px 20px 20px; 
} 
.report-header { 
height: 80px; 
width: 100%; 
display: flex; 
align-items: center; 
justify-content: space-between; 
padding: 20px 20px 10px 20px; 
border-bottom: 2px solid rgba(0, 20, 151, 0.59); 
} 

.recent-Articles { 
font-size: 30px; 
font-weight: 600; 
color: #5500cb; 
} 

.view { 
height: 35px; 
width: 90px; 
border-radius: 8px; 
background-color: #5500cb; 
color: white; 
font-size: 15px; 
border: none; 
cursor: pointer; 
} 

.report-body { 
max-width: 1160px; 
overflow-x: auto; 
padding: 20px; 
} 
.report-topic-heading, 
.item1 { 
width: 1120px; 
display: flex; 
justify-content: space-between; 
align-items: center; 
} 
.t-op { 
font-size: 18px; 
letter-spacing: 0px; 
} 

.items { 
width: 1120px; 
margin-top: 15px; 
} 

.item1 { 
margin-top: 20px; 
} 
.t-op-nextlvl { 
font-size: 14px; 
letter-spacing: 0px; 
font-weight: 600; 
} 


.active-link{
background-color:  #ffd9ab;
}



.nav-icon{
padding-right: 5px;
color: #15432e;
}

table td, table th {
white-space: nowrap;
}


.ai-chat-window{
  position: fixed;
  right: 0;
  height: 100vh;
  background-color: #fff;
  width: 25%;
  top: 70px;
  border: solid 1px #f1f1f1;
  padding: 20px;
}




/* Responsive CSS Here */
@media screen and (max-width: 950px) {

.ai-chat-window{
  width: 100%;
}

.show-on-mobile{
    display: block;
}

.show-on-desktop{
  display: none;
}



}



/* Responsive CSS Here */
@media screen and (min-width: 950px) {



.show-on-mobile{
    display: none;
}

.show-on-desktop{
  display: block;
}


}

.alert-success-subtle{
  background-color:#F5FFF5;
}


.site-header{
  background-color: #F5FFF5;
}

.hero-div{
  background-color:#F5FFF5;
}



/* Light (default is Bootstrap) */

/* Dark mode overrides */
body.dark-mode {
    background-color: #121212;
    color: #f1f1f1;
}

/* Cards */
body.dark-mode .card {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #2c2c2c;
}

/* Navbar */
body.dark-mode .navbar {
    background-color: #1a1a1a !important;
}

/* Tables */
body.dark-mode .table {
    color: #fff;
}


/* Dark mode for striped rows */
body.dark-mode .table.table-striped tbody tr:nth-of-type(odd) {
    background-color: #2a2a2a; /* dark stripe */
    color: #fff;
}

body.dark-mode .table.table-striped tbody tr:nth-of-type(even) {
    background-color: #1e1e1e; /* normal row */
    color: #fff;
}



/* Inputs */
body.dark-mode .form-control {
    background-color: #1e1e1e;
    color: #fff;
    border-color: #333;
}


/* Inputs */
body.dark-mode .form-select{
    background-color: #1e1e1e;
    color: #fff;
    border-color: #333;
}



/* Buttons (optional tweak) */
body.dark-mode .btn-light {
    background-color: #333;
    color: #fff;
}

/* nav */

body.dark-mode .navcontainer{
  background-color: #1e1e1e;
  color: #fff;
}

body.dark-mode .nav{
  background-color: #1e1e1e;
  color: #fff;
}

body.dark-mode .option1{
  background-color: #1e1e1e;
  color: #fff;
}

/* topp bar */
body.dark-mode .header{
  background-color: #1e1e1e;
  color: #fff;
}

/* site header */
body.dark-mode .site-header{
  background-color: #1e1e1e;
  color: #fff;
}


body.dark-mode .hero-div{
  background-color: #1e1e1e;
  color: #fff;
}


body  nav .navbar-nav li a{
color: #fff;
}

body  nav .navbar-nav li a:hover{
color: #fff;
}


body.dark-mode .dropdown-toggle{
  color: #fff;
}

body.dark-mode .text-dark{
  color: #fff;
}

body.dark-mode .nav-option.active {
    background: #01a657;
    font-weight: 600;
}


.dropdown-menu{
  border-radius: 0px;
}



.bg-soft-primary { background-color: rgba(13, 110, 253, 0.1); }
.bg-soft-success { background-color: rgba(25, 135, 84, 0.1); }
.bg-soft-danger  { background-color: rgba(220, 53, 69, 0.1); }
.bg-soft-warning { background-color: rgba(255, 193, 7, 0.15); }
.bg-soft-info    { background-color: rgba(13, 202, 240, 0.1); }
.bg-soft-dark    { background-color: rgba(33, 37, 41, 0.05); }
.bg-soft-secondary { background-color: rgba(108, 117, 125, 0.1); }

.badge{
  border-radius: 0px;
}





















